Feature: Create Tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 34.885s |
Scenario: User can create tag
Before
0m 0.740s
Given
I navigate to page "<LOGIN_URL>"
0m 0.731s
And
I wait for 5 seconds
0m 5.201s
When
I enter a correct email "<EMAIL>"
0m 0.201s
And
I wait for 2 seconds
0m 2.197s
When
I enter a correct password "<PASSWORD>"
0m 0.188s
And
I wait for 2 seconds
0m 2.192s
When
I click on the signin button
0m 0.357s
And
I wait for 5 seconds
0m 5.261s
Then
I can see dashboard admin
0m 0.216s
And
I wait for 2 seconds
0m 2.232s
When
I select the "Create Tags" section
0m 0.218s
And
I wait for 2 seconds
0m 2.182s
When
I select the "Create New Tag" option
0m 0.456s
And
I wait for 2 seconds
0m 2.199s
When
I type the tag name "TagName"
0m 0.180s
And
I wait for 2 seconds
0m 2.198s
When
I enter a description for the tag "Tag Description"
0m 0.186s
And
I wait for 2 seconds
0m 2.202s
When
I click on the "Save Tag" button
0m 0.180s
And
I wait for 5 seconds
0m 5.205s
Then
I confirm that the tag was created
0m 0.160s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<LOGIN_URL>"
And
I wait for 5 seconds
When
I enter a correct email "<EMAIL>"
And
I wait for 2 seconds
When
I enter a correct password "<PASSWORD>"
And
I wait for 2 seconds
When
I click on the signin button
And
I wait for 5 seconds
Then
I can see dashboard admin
And
I wait for 2 seconds
When
I select the "Create Tags" section
And
I wait for 2 seconds
When
I select the "Create New Tag" option
And
I wait for 2 seconds
When
I type the tag name "TagName"
And
I wait for 2 seconds
When
I enter a description for the tag "Tag Description"
And
I wait for 2 seconds
When
I click on the "Save Tag" button
And
I wait for 5 seconds
Then
I confirm that the tag was created
After
NO IMAGE AVAILABLE